home *** CD-ROM | disk | FTP | other *** search
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_TEXT")
- {
- Default()
- {
- Text("&RewardCashGenericInfo& #CurrReward.m_sItem#")
- }
-
- OnCondition("CurrReward.m_nMaterial == 0")
- {
- Text("#CurrReward.m_sAdditionalInfo#")
- }
- }
-
- UIElem("ID_REWARD_ICON")
- {
- Default()
- {
- Visible(1)
- TextureId("#CurrRewardPart.m_sIconId#")
- }
- }
-
- UIElem("ID_TEXT_CAR")
- {
- Default()
- {
- Text("")
- }
- }
-
-
- UIElem("ID_REWARD_ICON_CAR")
- {
- Default()
- {
- Visible(0)
- }
- }
-
- UIElem("ID_CUP_ICON")
- {
- Default()
- {
- Visible(0)
- }
-
- OnCondition("LastTakenPlace == 1")
- {
- Visible(1)
- TextureID("Trophy_Gold")
- }
-
- OnCondition("LastTakenPlace == 2")
- {
- Visible(1)
- TextureID("Trophy_Silver")
- }
-
- OnCondition("LastTakenPlace == 3")
- {
- Visible(1)
- TextureID("Trophy_Bronze")
- }
- }
-